projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42c9829
)
(flyspell-mode): Autoload a defvar.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Aug 2005 01:49:51 +0000
(
01:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 15 Aug 2005 01:49:51 +0000
(
01:49
+0000)
lisp/textmodes/flyspell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/flyspell.el
b/lisp/textmodes/flyspell.el
index 9acf8b9890ce4b6b4df801905c7fec27bccbb292..c74beb881efaf7989c9b8ebf186f7ec08f81d795 100644
(file)
--- a/
lisp/textmodes/flyspell.el
+++ b/
lisp/textmodes/flyspell.el
@@
-451,6
+451,7
@@
See also `flyspell-duplicate-distance'."
;*---------------------------------------------------------------------*/
;* flyspell-mode ... */
;*---------------------------------------------------------------------*/
+;;;###autoload(defvar flyspell-mode nil)
;;;###autoload
(define-minor-mode flyspell-mode
"Minor mode performing on-the-fly spelling checking.